Adguard's custom adblocking rules for rel=nofollow (using Monolith as an example)
Lazy loaded imageAdguard's custom adblocking rules for rel=nofollow (using Monolith as an example)
This paper discusses how to use Adguard's custom rules to block advertisements on Monolithic websites, proposing to do so by using the fixed attribute rel value of the a tag in the advertisement as nofollow. Since the DOM elements of advertisements are difficult to locate accurately and conventional blocking methods are ineffective, it is proposed to use specific rules to hide these advertisement links. Specific examples of blocking rules are eventually provided, and URL blocking is noted as a more general solution.
Adguard's ShadowRoot's customized ad blocking rules (Monica Search Enhanced Ads as an example)
Lazy loaded imageAdguard's ShadowRoot's customized ad blocking rules (Monica Search Enhanced Ads as an example)
This article describes how to use Adguard's ShadowRoot to customize ad blocking rules, taking Monica search enhancement ads as an example. The author analyzes the ad element through F12 developer tool and finds that its DOM element adopts random class, and then proposes to block it by characterizing the class attribute value. For ShadowRoot, the authors provide a solution using script segments, and finally form an effective blocking rule.
Google Books book results in Google Search blocked using uBlacklist
Lazy loaded imageGoogle Books book results in Google Search blocked using uBlacklist
This paper describes how to use uBlacklist to block Google Books book results in Google search, considering them useless. By analyzing the source of the URLs, it proposes to write uBlacklist rules using regular expressions to block URLs containing specific parameters, and encourages readers to share their experiences.